oyd/hackerspace.ist
6
0
Fork
You've already forked hackerspace.ist
0
The website of Hackerspace Istanbul https://hackerspace.ist
  • HTML 76.7%
  • CSS 10.4%
  • Shell 8%
  • JavaScript 4.9%
Find a file
Mert Şişmanoğlu 070bf1004a
All checks were successful
Deploy / deploy (push) Successful in 38s
feat: Add deployment and PR check workflows
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
2026年07月08日 18:15:50 +03:00
.forgejo/workflows feat: Add deployment and PR check workflows 2026年07月08日 18:15:50 +03:00
archetypes init 5 2018年10月22日 01:54:08 +03:00
content fix: Remove italic formatting 2026年07月08日 17:38:43 +03:00
static İngilizce dil desteği eklendi 2020年08月03日 03:16:11 +03:00
themes/after-dark fix: Update copyright year 2026年07月08日 17:27:19 +03:00
tools feat: Add deployment and PR check workflows 2026年07月08日 18:15:50 +03:00
.gitignore fix: Update copyright year 2026年07月08日 17:27:19 +03:00
config.toml İngilizce dil desteği eklendi 2020年08月03日 03:16:11 +03:00
LICENSE feat: Add Creative Commons Attribution-NoDerivatives 4.0 International License 2026年07月08日 17:35:41 +03:00
package-lock.json feat: Add deployment and PR check workflows 2026年07月08日 18:15:50 +03:00
package.json feat: Add deployment and PR check workflows 2026年07月08日 18:15:50 +03:00
README.md docs: Add README files in Turkish and English 2026年07月08日 17:33:58 +03:00
README_EN.md docs: Add README files in Turkish and English 2026年07月08日 17:33:58 +03:00

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.

CC BY-ND 4.0