Skip to content

Commit

Permalink
Migrate to hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 9, 2024
1 parent f7b32c4 commit 778eb5f
Show file tree
Hide file tree
Showing 129 changed files with 709 additions and 3,703 deletions.
14 changes: 0 additions & 14 deletions .editorconfig

This file was deleted.

20 changes: 15 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
*.gem
.bundle
.sass-cache
_site
.jekyll-cache
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock

external-libs/node_modules
3 changes: 0 additions & 3 deletions 404.html

This file was deleted.

13 changes: 0 additions & 13 deletions Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

97 changes: 0 additions & 97 deletions Gemfile.lock

This file was deleted.

19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
## Homepage of Hackerspace Kraków

## Development

1. Install [Hugo](https://gohugo.io/installation/). (`apt-get install hugo`, `brew install hugo`, etc.)
2. Run `hugo server` in the root directory of this repository.
3. Visit `http://localhost:1313`.

Alternatively you can just `docker-compose up` and visit `http://localhost:1313`.

## Building

1. Run `hugo` in the root directory of this repository.

## Project structure

- `content/` - HTML pages with content
- `layouts/` - THe layout & structure of the website
- `layouts/partials/sponsors.html` - Sponsors
- `assets/` - CSS, JS, images, etc.
Loading

0 comments on commit 778eb5f

Please sign in to comment.