Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantbirki/europe
Europe 2017 - Journal, Stories, and Memories
https://github.com/grantbirki/europe
europe journal
Last synced: 9 days ago
JSON representation
Europe 2017 - Journal, Stories, and Memories
- Host: GitHub
- URL: https://github.com/grantbirki/europe
- Owner: GrantBirki
- License: mit
- Created: 2023-01-13T00:53:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T19:49:54.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T14:18:52.909Z (13 days ago)
- Topics: europe, journal
- Language: HTML
- Homepage: https://europe.birki.io
- Size: 470 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# europe 💶
[![deploy](https://github.com/GrantBirki/europe/actions/workflows/deploy.yml/badge.svg)](https://github.com/GrantBirki/europe/actions/workflows/deploy.yml)
Europe 2017 - Journal, Stories, and Memories
The live site can be found at [europe.birki.io](https://europe.birki.io)
## Development 💻
First, ensure you have the `hugo` binary installed. Then, run the following commands:
```bash
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:
```bash
ifconfig # find the IP address of your WSL instancehugo server --bind --baseURL=http:// -D
```## New Blog Post 📝
To create a new blog post, run the following command:
```bash
hugo new posts/my-first-post.md
```## Theme 🎨
This site uses the [hugo-PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme
For more details on configuration, see the [features](https://github.com/adityatelange/hugo-PaperMod/wiki/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:
- [`beadd271`](https://github.com/GrantBirki/europe/commit/beadd2711e3882aa5fc6165b1b7cbabbafc2d99f)
- [`df257f53`](https://github.com/GrantBirki/europe/commit/df257f53da8cea818258877040d6b0e574efad3f)
- [`59c3c49e`](https://github.com/GrantBirki/europe/commit/59c3c49e2da2c40fe3d798e56b9943e02e738745)