https://github.com/deimosfr/blog
My blog (Deimosfr)
https://github.com/deimosfr/blog
blog hugo
Last synced: 2 months ago
JSON representation
My blog (Deimosfr)
- Host: GitHub
- URL: https://github.com/deimosfr/blog
- Owner: deimosfr
- License: gpl-3.0
- Created: 2017-04-16T21:42:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T07:00:01.000Z (over 1 year ago)
- Last Synced: 2025-02-07T13:39:16.106Z (4 months ago)
- Topics: blog, hugo
- Language: Shell
- Homepage: https://blog.deimos.fr
- Size: 144 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deimosfr Blog
You can find my blog hosted here.# Setup
If you want to use it to write an article, here is how to setup for the first time:```
git clone https://github.com/deimosfr/blog.git
cd blog
git submodule update --init
cd .git/hooks
ln -s ../../scripts/pre_ci_hook.sh ./pre-commit
```# Create a new post
```
./scripts/create_post.sh
```To publish it, simply push changes to master