Commit graph

32 commits

Author SHA1 Message Date
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