Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderhs/hsps.in
Hugo Website content files for hsps.in
https://github.com/coderhs/hsps.in
Last synced: about 2 months ago
JSON representation
Hugo Website content files for hsps.in
- Host: GitHub
- URL: https://github.com/coderhs/hsps.in
- Owner: coderhs
- Created: 2020-08-30T18:41:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:39:04.000Z (3 months ago)
- Last Synced: 2024-10-26T04:12:38.610Z (3 months ago)
- Language: SCSS
- Size: 856 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hsps.in
Source code to generate hsps.in
The website uses the theme: [Even](https://github.com/olOwOlo/hugo-theme-even)
Instalation
```sh
git clone https://github.com/olOwOlo/hugo-theme-even themes/even
```To run website run the command:
note:
Install hugo```sh
sudo apt-get install hugo
``````sh
hugo serve
```Add an article
```sh
hugo new post/new-article-name.md
```To deploy (meant for only Harisankar P S 😎😁)
Initial setup:
Clone coderhs.github.io inside your project.
Delete the public folder, rename 'coderhs.github.io' to folder named 'public'.```sh
rm -f ./public
git clone [email protected]:coderhs/coderhs.github.io.git public
```Run the script `./deploy.sh`.
The final output or live site can be seen at hsps.in after this.