Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devs-immortal/website
Immortal Devs website created using Hugo
https://github.com/devs-immortal/website
blog hugo website wiki
Last synced: about 1 month ago
JSON representation
Immortal Devs website created using Hugo
- Host: GitHub
- URL: https://github.com/devs-immortal/website
- Owner: devs-immortal
- License: mit
- Created: 2022-07-19T20:33:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T21:30:57.000Z (2 months ago)
- Last Synced: 2024-11-06T21:35:23.537Z (2 months ago)
- Topics: blog, hugo, website, wiki
- Language: HTML
- Homepage: https://immortaldevs.net/
- Size: 24.3 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Immortal Devs website
## How to run local server
For viewing new content run `hugo server` and visit the rendered version in your browser at http://localhost:1313/.
## How to contribute
If you want to make a change to the website, add a wiki page, fix a typo or whatever, simply clone this repo and make a pull request against it. When the PR is accepted, we will re-generate the website and upload the new version.
This website uses the Hugo static site generator. Its documentation can be found here: https://gohugo.io/documentation/
### How to add a news or blog article
If you have Hugo installed in a reachable path, simply run
```
hugo new content/wiki/mod/block.md
```and it will create a template for a new page. Alternatively, copy an old page (if you don't have Hugo running) and modify it accordingly.