https://github.com/restic/restic.net
The restic.net website
https://github.com/restic/restic.net
Last synced: 12 months ago
JSON representation
The restic.net website
- Host: GitHub
- URL: https://github.com/restic/restic.net
- Owner: restic
- Created: 2018-01-01T14:53:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-25T19:57:11.000Z (about 1 year ago)
- Last Synced: 2025-05-25T20:42:28.498Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.59 MB
- Stars: 6
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
|Build Status|
This is the repository for the website content at `restic.net `__, generated using `Hugo `__.
**NOTE:** The `"extended" version of Hugo `__ must be used when building this website, as it uses SCSS for some parts of the styling. When downloading/installing Hugo, use the `"hugo-extended" package `__.
The generated website can be checked for dangling links with `muffet `__:
$ muffet https://restic.net
To create a new blog post, do the following:
- Run ``hugo new blog/my-new-post.md`` where ``my-new-post`` will be the part of the URL that you control (besides the date, which is taken from the frontmatter in the file) - please keep it lowercase only!
- Edit the newly created file ``contents/blog/my-new-post.md`` - adjust the title and date if needed, and add the content in MarkDown format (supports inline HTML).
- To make the post a draft or future publish it, see `here `__.
- To embed an image in the post, place the image file in the ``static/blog/`` directory and reference it in the post file like this ```` (the text will be the alt/description of the image).
To re-generate the website, run ``hugo`` - this will run Hugo with the proper settings (configured in `hugo.toml`) and the website will be generated in the ``public/`` directory.
.. |Build Status| image:: https://github.com/restic/restic.net/actions/workflows/checks.yml/badge.svg
:target: https://github.com/restic/restic.net/actions/workflows/checks.yml