https://github.com/itsallcode/itsallcode.github.io
It's all code - Blog
https://github.com/itsallcode/itsallcode.github.io
Last synced: 8 months ago
JSON representation
It's all code - Blog
- Host: GitHub
- URL: https://github.com/itsallcode/itsallcode.github.io
- Owner: itsallcode
- Created: 2018-05-14T12:46:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:01:44.000Z (12 months ago)
- Last Synced: 2025-02-12T20:31:54.086Z (10 months ago)
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itsallcode.github.io
Content of https://blog.itsallcode.org/
## Publishing Guide
### Checkout
```sh
git clone https://github.com/itsallcode/itsallcode.github.io.git
cd itsallcode.github.io/
git submodule init
git submodule update
```
### Initial Setup
Install [Hugo](https://gohugo.io/):
```sh
sudo apt install hugo
```
### Start Live Preview
Start Hugo server:
```sh
cd itsallcode.github.io
hugo server
```
Open http://localhost:1313 in your browser. The blog will be updated automatically when you save files.
### Build Website
Run the following command:
```sh
hugo
```
This will generate the website in directory `public/`.