oyd/hackerspace.ist
The website of Hackerspace Istanbul
https://hackerspace.ist
- HTML 76.7%
- CSS 10.4%
- Shell 8%
- JavaScript 4.9%
Hackerspace Istanbul Website
Requirements
Setup
1. Clone the repository
SSH is recommended if you have write access to the repository, otherwise use HTTPS.
git clone ssh://git@codeberg.org/oyd/hackerspace.ist.git
git clone https://codeberg.org/oyd/hackerspace.ist.git
2. Run local server
Go to the root directory of the website:
cd hackerspace.ist
Build the website content with hugo --minify command:
hugo --minify
Run the development server:
hugo server
If you want to see the content marked as Draft, add -D flag:
hugo server -D
You can access the local website at http://localhost:1313/
or just copy an already existing blog entry, and update the content.
Hugo commands
hugo: Builds the website.hugo --minify: Builds the website and minifies the content.hugo server: Runs the development server.hugo server -D: Runs the development server and shows the content marked as Draft.
For more detailed command specifications, you can check Hugo command documentation.
License
This website is licensed under Creative Commons Attribution-NoDerivatives 4.0 International License.