mirror of
https://github.com/c0mmando/forum.hackliberty.org.git
synced 2025-04-21 10:59:22 +05:30
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
# Site settings
|
|
title: "Hack Liberty Forum Archive"
|
|
description: "Static Archive of forum.hackliberty.org"
|
|
url: "https://archive.forum.hackliberty.org" # the base hostname & protocol for your site
|
|
|
|
# Theme configuration
|
|
#remote_theme: pages-themes/hacker@v0.2.0
|
|
# If you already have plugins listed, just add "jekyll-remote-theme" to the list:
|
|
#plugins:
|
|
# - jekyll-remote-theme
|
|
|
|
# Optional customizations
|
|
# To enable a download URL for your project pages (if applicable), set to true or false (unquoted)
|
|
show_downloads: true
|
|
|
|
# GitHub overrides (if you wish to override default GitHub URLs)
|
|
github:
|
|
zip_url: "https://github.com/c0mmando/forum.hackliberty.org/archive/refs/heads/main.zip" # Replace with your custom URL if needed
|
|
url: "https://github.com/c0mmando/forum.hackliberty.org" # Update URL to your repository
|
|
|
|
# Additional site configurations (optional)
|
|
# The baseurl is used if your site is hosted in a subpath /subdirectory
|
|
baseurl: "" # e.g., /blog
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
theme: jekyll-theme-hacker
|
|
|
|
# Defaults for posts/pages can be set here
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ""
|
|
type: "posts"
|
|
values:
|
|
layout: "default"
|
|
author: "Your Name"
|