Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 771 Bytes

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.