Commit Graph

50 Commits

Author SHA1 Message Date
Aravinth Manivannan e2a97f1059
feat: update forms instructions
ci/woodpecker/push/woodpecker Pipeline was successful Details
closes: #1
2022-12-31 01:41:18 +05:30
Aravinth Manivannan 5c359c4090
feat: add matomo tracking
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-09-09 20:43:20 +05:30
Aravinth Manivannan 804a9143f4
fix: base domain
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-09-09 20:40:47 +05:30
Aravinth Manivannan d67a24fc50
feat: setup CI
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-09-09 20:33:32 +05:30
Aravinth Manivannan 1914ca4384
feat: add logo and favicons 2022-09-09 20:32:49 +05:30
Aravinth Manivannan d5b74414c1
feat: fork theme and add forms info 2022-09-09 20:32:36 +05:30
Roman 1a52914292
Merge pull request #15 from LASSAT-YU/master
Older versions of zola serve are capitalized
2022-09-08 18:08:56 +02:00
Che b6ed79ab04 Older versions of zola serve are capitalized
- Found out that I didn't make a mistake but that older versions of
  zola do have a capital "S" in serve. So modfied to support either
  version.
2022-09-08 11:44:53 -04:00
Roman 76ff110bad
Merge pull request #14 from LASSAT-YU/master
Allow user to control how many headings are needed before it shows in the nav
2022-08-24 15:11:57 +02:00
Che d4b6610c18 Take into account value not in config
Had to change to greater than or equal to because I couldn't find a way
to differentiate between 0 and undefined.
2022-08-19 21:53:23 -04:00
c-git 03db43c11c
Merge branch 'codeandmedia:master' into master 2022-08-19 21:07:40 -04:00
Che 072fcfefc0 Add new setting to control how many headings are needed before showing in nav 2022-08-19 21:02:36 -04:00
Che 0e9a0a5986 Remove ugly missed the first time 2022-08-19 20:59:03 -04:00
Che 211775626f Fix typo 2022-08-19 20:17:21 -04:00
Roman 4089bb8c99
Merge pull request #13 from LASSAT-YU/master
Fix issue with ugly url affecting `zola serve`
2022-08-14 17:47:54 +02:00
Che 5005722714 Prevent use of ugly urls when running zola serve
- It doesn't work with zola serve nor is it necessary.
2022-08-13 13:15:53 -04:00
Che 5df8051283 Remove unnecessary white space and {{ _ugly_url }}
- White space was added in error
- The {{ _ugly_url }} is not useful here because these are pages with
  anchor tags and adding index.html to the end of these doesn't provide
  value
2022-08-01 20:32:32 -04:00
Roman 6aab3eef30
Merge pull request #12 from LASSAT-YU/master
Add offline site support
2022-07-30 16:19:26 +02:00
Che d5c3dbb4c6 Removed duplicated code
Was refactoring it out then realized that all pages extend index.html
Therefore the variable was already in the available context on all pages
2022-07-24 21:06:17 -04:00
Che c50ccf9fb1 Add support for ugly urls to allow for offline sites with no webserver 2022-07-23 04:43:44 -04:00
Che d9d1698c5d Add alt text for logo 2022-07-23 04:05:11 -04:00
Roman 40baf660bf
Merge pull request #10 from rgreinho/issues/9/blockquotes
Add style for blockquotes
2022-07-03 11:54:20 +02:00
Rémy Greinhofer 91eb49b71f Add style for blockquotes
Adds a CSS style for rendering blockquotes. The style can be adjusted
using SASS variables.

Fixes codeandmedia/zola_easydocs_theme#9
2022-07-02 16:22:38 -05:00
Roman 279ec384da
Merge pull request #8 from LASSAT-YU/master
2 fixes, some cleanup and improved handling of sections with no pages
2022-06-11 10:32:06 +02:00
Che bc9e69fabc Fix typo 2022-06-03 10:28:10 -04:00
c-git 0eadc1e316
Merge pull request #1 from codeandmedia/master
Merge pull request #6 from LASSAT-YU/master from upstream
2022-06-02 23:03:07 -04:00
Che 44b4a068f4 Table of Contents for Landing Page
If no content has been set for the landing page, put up a table of
contents by default. Many simple sites don't need a landing page that
has more than a table of contents.
2022-06-02 22:56:49 -04:00
Che a92ff6c9b4 Fix missing safe filter 2022-06-02 21:35:30 -04:00
Che 6253b43174 Add minimal support for subsections 2022-06-02 21:35:30 -04:00
Che c88c34eff6 Handle the case where a section has no pages 2022-06-02 21:35:30 -04:00
Che e390130d26 Remove unnecessary white space
Adding a "-" before the "%}" removes white space after the statement.

Source: https://tera.netlify.app/docs#whitespace-control
2022-06-02 21:35:30 -04:00
Roman 605c8917e3
Merge pull request #6 from LASSAT-YU/master
Added functionality and stopped undesirable behaviour
2022-06-02 09:09:34 +02:00
Che 2871520111 Support either full URL or file from static folder
- ASSUMES: A full URL will start with http
2022-06-01 23:18:32 -04:00
Che 8e4b42511a Add default section template
- Prevent "Welcome to Zola!" message if user manually navigates to
  section page (Navigate to a page then remove last part of url)
- Implementation shows the pages in this section if the section content
  has no words.
2022-05-29 05:02:38 -04:00
Che 3f58467a8a Change variable name to stop overwriting section
- Section variable was being overwritten, appended _ to make name diff
2022-05-29 04:41:19 -04:00
Che db695f5d34 Add option to make logo always clickable 2022-05-29 04:30:56 -04:00
Che dfc3acd35c Add search for favicon and logo 2022-05-29 04:24:15 -04:00
Che c35d1050e0 PyCharm Format
Clean up indentation and whitespace
2022-05-29 04:21:07 -04:00
Roman 74717fe8dc
Update page.md 2022-05-16 12:52:05 +02:00
Roman ad0a1bfb4f
add borders to tables 2022-05-16 12:46:33 +02:00
Roman ed6a99dc43
Update page.md 2022-05-16 12:38:47 +02:00
Roman c13e920908
wrap page toc 2021-11-20 15:14:59 +03:00
Roman d659586dc7
Merge pull request #1 from skorokithakis/patch-1
Fix the logo URL
2021-07-24 00:55:33 +03:00
Stavros Korokithakis 4232e2a8d8
Fix the logo URL 2021-07-23 02:00:57 +03:00
Roman 8fdbe3ef62
logo_fix 2021-06-27 10:23:46 +03:00
Roman 5d099af904
Create LICENSE 2021-03-14 16:05:54 +03:00
codeandmedia f0de83384b
gitignore added 2021-03-14 16:02:51 +03:00
codeandmedia cd1c3c0e5f
readme and minor fixes 2021-03-14 14:36:06 +03:00
codeandmedia a2667356f1
custom domain has been added 2021-03-13 20:35:58 +03:00
codeandmedia 3ec976842c
initial commit 2021-03-13 20:15:21 +03:00