Skip to content

Europe 2017 - Journal, Stories, and Memories

License

Notifications You must be signed in to change notification settings

GrantBirki/europe

Repository files navigation

europe 💶

deploy

Europe 2017 - Journal, Stories, and Memories

The live site can be found at europe.birki.io

Development 💻

First, ensure you have the hugo binary installed. Then, run the following commands:

hugo server -D

This will start a local development server with live reloads

WSL Note 📓

If you are using WSL, you will need to run the following commands to ensure the server is accessible from your browser:

ifconfig # find the IP address of your WSL instance

hugo server --bind <ip> --baseURL=http://<ip> -D

New Blog Post 📝

To create a new blog post, run the following command:

hugo new posts/my-first-post.md

Theme 🎨

This site uses the hugo-PaperMod theme

For more details on configuration, see the features page on the theme's wiki

Chronological Order 📅

Please note that the posts here are modified to be in chronological order. If you want to use this repo and reverse these changes to have blog posts in reverse chronological order, revert the following commits: