Blank Try
Site updated:
Coming Soon!!
Making this box integrage with the other list. Use Flexbox probably.
- Learning to learn
- Using Uploadcare for images
- Learning more about Chart JS
- Go over some basic Hugo programming skills
- Javascript basics for DOM manipulation
- Progressive Web Apps
- Mermaid
- Creating columns in markdown with a Hugo shortcode.
<--->
- SVG sprite creation. Fastest ways.
- CSS Flexbox patterns
- CSS Grid patterns
- SASS (Mike Dane?)
This site was for experimenting, and still is, but also used as a my blog for notes about Hugo static site generator.
It makes use of the latest code that works in the latest stable Firefox and most other up to date browsers.
This is site is based on the blank theme with some modifications in /layouts/
.
The .git folder is removed from themes/blank
but ideally you should use submodues for hosting on Netlify.
It’s purpose is just for testing some things.
SITE UPDATES
Latest
- Added breadcrumb nav to single pages (26.12.22)
- Removed Tags link from main menu and added tags links to tag lists on page ‘Tagged in’.(10.11.21)
- Added a categories link to all tag pages. (10.11.21)
- Fixed tag links at top of pages which had spaces in and thus broken links (31.10.21)
- Added the unfinished option for frontmatter so unfinished articles can still be found. Also a list of unfinished pages and draft pages. (31.10.21)
- Added transluscent background to article elements in section pages. Added unfinished variable to frontmatter for posts (31.10.21).
- Darkened the sidebar for dark mode slightly and lightened the pink link colours. (08.09.21)
- Put a link to the Posted in snippet and used
.Parent
with.Name
to get the subsections not just parent sections (04.09.21). - Added Table of Contents option to list pages too. Split the Links page into a section with a list of my sites. Turned off BaguetteBox captions. (31.08.21)
- Table Of Contents option added. Use
toc: true
to activate on a page. (26.08.21) - Stopped Page updated showing when it hasn’t been updated. (20.08.21)
- Adding new Baguette Box JS image gallery and a code page.
- Added a Search Page based on a lovely simple solution. And a post about it(09.08.21)
- The Docs is a new section for documentation about the site. So many features it’s easy to forget them or how they work. Link in the footer. (07.08.21)
- Added
css
option for frontmatter. This is an array that allows CSS rules to be added to the<head>
section stylesheet from the frontmatter. Also set the config file to allow HTML attributes to be added to HTML blocks like lists, tables, paragraphs etc. (03.08.21) - New
html
shortcode. Same as<div>
but without markdownify so can use for HTML tags and SVG. (01/06/21) - New
<div>
shortcode for generic CSS on the fly in Markdown. Takes class, id and style attributes. Used it to create this scrollable box. (29/05/21) - New Draft page with a list of draft articles (not viewable on live site, obviously.) (28/05/21)
- Added RSS icon to footer (26/05/21)
- Added next and previous page option in section pages (26/05/21)
- Added a dark theme (for OS’s set to dark mode), first using a CSS filter and then by changing the custom property colours. (25/05/21)
- Set up and image gallery using Photoswipe and Hugo’s page resources. This included new partial and shortcode:
photoswipe.html
andps_thumbs.html
. Photoswipe can be turned on or off in the frontmatter:photoswipe: off
. (24/05/21) - New Youtube and Soundcloud shortcodes. The youtube one, yt.html, uses
aspect-ratio
which is not well supported yet. - Changed About page into a leaf bundle
- Added meta description tags
- A new image shortcode
- Line Breaks in Headings
- Custom scroll bar added for FF and webkit browsers. (18/05/21)
- smooth scroll back to top button
- Site title subtitle
- Custom tags page.
- Music section added.
Less Late
- Chartism and Chart js libraries (10/05/21)
- Added mobile friendly slide in menu.
- Code block responsivity added.
- Added some reponsivity (though the code blocks are not responsive)
- Added Wavy background from BG Jar
- Embedded the clamp sizing tool.
- Enabled Git Info for dates and lastmod field.
- Sorted external links
extlinks
for frontmatter arrays - Favicon added.
- Added fonts Epilogue (main text) and Roboto Mono for code.
- Added new section for experimenting with: test-panel, which is above the footer
- Added type and section variables to the footer.
- Added a new section ‘code’ for chunks of code from the site
- Added Params / mainSections to the config file to allow the code section posts appear in the sidebar. The default behaviour is: “If the user has not set this config parameter in their site config, it will default to the section with the most pages.”
Earlier
- added hugo.Generator
- changed name of post to Syntax highlighting
- Changed the site url in config file to netlify.app from netlify.com
- changed summary to description in frontmatter and summary.html / summary did not work on Netlify.
- renamed some files so more logical in finding them
- added netlify.toml with hugo version (maybe also set this on Netlify too)