30Wedge / andy_blog_generator

Generator + content for personal site at 30Wedge.github.io made with Hugo and the Learn theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use the generator

Testing

In a terminal run hugo server -D.

  • Open the localhost:1313 link it prints to the terminal.
  • Any changes to .md content files are updated in real time.

New page

Run this to get a new post hugo new posts/bare-metal-bringup/pt2.md

Publishing to Github pages

In a terminal, run hugo serve. This produces the static site pages to the public/ directory.

Double check that the public/ directory is directed to the https://github.com/30Wedge/30Wedge.github.io repo.

cd public, then commit all and push.

Interaction with content

Hi, this is where I'm hosting the source for my articles.

If you see a mistake in one of these articles, or want to add a comment, please send me a pull request to this repo.

About

Generator + content for personal site at 30Wedge.github.io made with Hugo and the Learn theme


Languages

Language:CSS 47.0%Language:HTML 28.3%Language:JavaScript 24.8%