Questions tagged [hyde]

Hyde is a static website generator written in python with the goal of removing the pain points involved in creating and maintaining static websites.

Hyde is a static website generator written in Python with the goal of removing the pain points involved in creating and maintaining static websites.

Feature Highlights

  • Support for powerful template languages like Jinja2 complemented with custom tags and filters.
  • Rich object model and overridable hierarchical metadata thats available for use in templates.
  • Configurable sorting, tagging and grouping support.
  • Extensible plugin architecture with text preprocessing and HTML postprocessing support for complex content transformations.
  • Instant preview using built-in webserver that regenerates content if needed.
24 questions
0
votes
1 answer

Hyde LessCSS plugin doesn't convert less files to css

I've been trying to get a hyde site going using the latest version available (0.8.4). I used the built in command to create a site hyde -s /path/to/dir create, and all worked fine. I then followed some examples I found to try and get LessCSS support…
sa125
  • 28,121
  • 38
  • 111
  • 153
0
votes
1 answer

How to change a website domain name on Netlify which is using Cecil?

I have deployed a website on Netlify from here: https://the-butler.cecil.app/about/ When I changed the subdomain, the website lost all formatting and became a plain HTML. After inspecting the website I found that there were multiple instances where…
Alabhya
  • 1
  • 2
0
votes
1 answer

Adding tags to jekyll hyde blog

I am trying to add tags to my blog based on jekyll hyde. This is what I have in place right now. _includes/filter_by_tag.html
Filter by tag: {% assign all_tags = site.data.tags %} {% for tag in all_tags %}
Tasdik Rahman
  • 2,160
  • 1
  • 25
  • 37
0
votes
1 answer

Large bottom margin on github pages / jekyll blog

I'm struggling to fix a bug in my GitHub Pages site. There is an enormous amount of white space in the margin below my pages. I tried setting the bottom margins to 0 everywhere I can in the CSS files and still this large bottom margin shows up. How…
SlowLoris
  • 995
  • 6
  • 28
0
votes
2 answers

Add table of contents to hyde-hyde theme in Hugo

I'm using the hyde-hyde theme for my website with Hugo (https://github.com/htr3n/hyde-hyde), and I can't figure out a way to add a table fo contents to my posts, especially the long ones. Is there a simple way to do it with this theme ? Thanks.
Ahmed Lahlou Mimi
  • 1,913
  • 2
  • 12
  • 21
0
votes
1 answer

Writing translatable static web pages using Django

I am a bit confused on the best way to handle this problem: My web site needs read-only static web pages (typically the About part of a web site) with 2 simple constraints: they need to be translated they need to have flexible layout: to…
0
votes
1 answer

Hyde copy code from content straight in to deploy

I'm using hyde (http://hyde.github.io) and everything is working great. Then I needed a page that is not static. I wrote it in php. Is there a way to have hyde just copy the content straight in to the deploy page from the content page? {% extends…
mattben
  • 76
  • 5
0
votes
1 answer

Hyde static page site generator - issue with running hyde command from command line

I installed Hyde with pip. I can see hyde in /usr/local/share/python. But when I am running hyde from command line, I am getting "Bash - Command not found error". I am on Mac OSX (ML) and python 2.7.3 Please help.
Varun
  • 1,013
  • 3
  • 17
  • 28
0
votes
1 answer

How to hide excerpt from single post view in Hyde?

I'm having some trouble with this Hyde project, my homepage and blog index page show correctly pulling from the individual blog post's excerpt and image marked sections, but when viewing the individual blog posts, the excerpt is also being shown,…
ljs.dev
  • 4,449
  • 3
  • 47
  • 80
1
2