Compare commits

..

5 Commits

  1. 1
      .gitignore
  2. 3
      .gitmodules
  3. 20
      README.md
  4. 28
      config.toml

1
.gitignore vendored

@ -0,0 +1 @@
resources/

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/google/docsy.git

@ -1,3 +1,21 @@
# Freifunk Istanbul
Website of Freifunk Istanbul, based on Hugo and Docsy theme.
Website of Freifunk Istanbul, based on Hugo and Docsy theme.
## Local setup
```sh
git clone git@git.oyd.org.tr:hsist/freifunk.hackerspace.ist.git
cd freifunk.hackerspace.ist
git submodule update --init --recursive
```
last command takes sometimes because it is download necessary files.
```sh
hugo serve
```

@ -44,11 +44,6 @@ resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
#id = "UA-00000000-0"
# Language configuration
[languages]
@ -80,7 +75,7 @@ time_format_blog = "02.01.2006"
# Comment out if you don't want the "print entire section" link enabled.
[outputs]
section = ["HTML", "print"]
section = ["HTML"]
[params]
copyright = "Özgür Yazılım Derneği"
@ -105,24 +100,21 @@ version = "0.1"
# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "https://git.oyd.org.tr/hsist/freifunkist"
url_latest_version = "https://git.oyd.org.tr/hsist/freifunk.hackerspace.ist"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://git.oyd.org.tr/oyd/freifunkist"
github_repo = "https://git.oyd.org.tr/hsist/freifunk.hackerspace.ist"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://git.oyd.org.tr/oyd/freifunkist"
github_project_repo = "https://git.oyd.org.tr/hsist/freifunk.hackerspace.ist"
# Specify a value here if your content directory is not in your repo's root directory
# github_subdir = ""
# Google Custom Search Engine ID. Remove or comment out to disable search.
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
# Enable Algolia DocSearch
algolia_docsearch = false
# Enable Lunr.js offline search
offlineSearch = true
offlineSearch = false
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false
@ -130,9 +122,9 @@ prism_syntax_highlighting = false
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false
sidebar_menu_compact = true
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
breadcrumb_disable = true
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
@ -147,8 +139,8 @@ footer_about_disable = true
[params.ui.feedback]
enable = true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Çok teşekkür ederiz! <a href="https://git.oyd.org.tr/oyd/freifunk/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
no = 'Bunu duyduğumuz için üzgünüz. <a href="https://git.oyd.org.tr/oyd/freifunk/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
yes = 'Çok teşekkür ederiz! <a href="https://git.oyd.org.tr/hsist/freifunk.hackerspace.ist/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
no = 'Bunu duyduğumuz için üzgünüz. <a href="https://git.oyd.org.tr/hsist/freifunk.hackerspace.ist/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
@ -160,7 +152,7 @@ enable = true
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "E-posta listesi"
url = "https://example.org/mail"
url = "https://liste.oyd.org.tr"
icon = "fa fa-envelope"
desc = "Proje hakkında genel tartışma ve sorular için e-posta listesi"
[[params.links.user]]

Loading…
Cancel
Save