mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-11-28 09:20:26 -05:00
feat: migrate almost everything to hugo
This commit is contained in:
parent
db113463ca
commit
135a9ac88c
878 changed files with 36263 additions and 7 deletions
12
readme.md
12
readme.md
|
|
@ -2,25 +2,29 @@
|
|||
|
||||
Revuo Monero is a weekly newsletter where you can find the most recent Monero news.
|
||||
|
||||
[Emerald](https://github.com/KingFelix/emerald/) is the theme used by Revuo. It is a minimal and mobile-first blog theme for Jekyll.
|
||||
[Emerald](https://github.com/rottenwheel/revuo-monero-theme/) is the theme used by Revuo. It is a minimal and mobile-first blog theme, originally for Jekyll, ported to Hugo by [recanman](https://github.com/recanman).
|
||||
|
||||
## Setup & usage
|
||||
|
||||
To set up Revuo, you have to follow the steps below:
|
||||
|
||||
Install ruby from [here](https://www.ruby-lang.org/en/).
|
||||
Install Go (using a package manager or from [here](https://go.dev/dl/)).
|
||||
|
||||
Install Hugo (using a package manager or from [here](https://gohugo.io/getting-started/installing/)).
|
||||
|
||||
Now run the following commands:
|
||||
|
||||
`git clone https://
|
||||
|
||||
`gem install bundler jekyll` | Installs jekyll and bundler.
|
||||
|
||||
`git clone https://github.com/rottenwheel/revuo-weekly` | Clone the repository.
|
||||
|
||||
`cd revuo-weekly`
|
||||
|
||||
`bundle exec jekyll serve` | Serve the website.
|
||||
`hugo server` | Serve the website.
|
||||
|
||||
If you open your web browser at `http://127.0.0.1:4000/`, you should see Revuo up and running.
|
||||
If you open your web browser at `http://127.0.0.1:1313/`, you should see Revuo up and running.
|
||||
|
||||
## License
|
||||
Revuo Monero is released under [MIT License](license.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue