SDiamante13 / path-to-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path to Programming Blog

Local Build


To build locally you must pull in the latest ananke theme submodule.

Run the following command:

git submodule update --init --recursive

Now you can run the app locally without any errors by running the following command:

hugo serve -D

Navigate to http://localhost:1313 to see changes locally.

The Hugo CLI can be downloaded at gohugo.io.

Adding New Posts

Enter the following in your terminal:

hugo new posts/my-post-name.md

Schedule Posts using Github Actions

This blog uses the merge-scheduler Github Action. To schedule a new article, add /schedule 2020-08 as a comment on the PR.

How to add links that open in new tab

{{< a_blank title="Text Goes Here" url="https://myurl.com/" >}}

About


Languages

Language:HTML 61.7%Language:CSS 38.3%