-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
Description
- auto generated site maps (issue Generate sitemap automatically #491, PR Minor fixes + sitemap generation #631 with docs) -- 0.10.2
- auto generated robots.txt (creds to @remi-garcia, PR Add robots.txt #653 )
- improvements to RSS (creds to @fredrikekre, PR tag feeds: fix pretty URL and handle tags with special characters #687, Omit index.html from URLs in feed.xml. #686, Fix self-reference URL to tag-feeds. #685, Generate tag-filtered RSS feeds, fixes #463. #684)
- show types as in the REPL (Don't show module information in \show or allow eval in Main #690)
- allow shortcut exec code blocks (Add 'notebook-style' eval blocks #694)
- allow strings in parameter functions with spaces (Allow Spaces in fun calls arguments #731, PR Introduce parameters with spaces #732 creds to @kellertuer )
released in 0.10.x
- (maybe) scope of hfuns etc see Processing hfuns before all global vars are fully populated #582 compare with
{{taglist}}
(Maybe fullpage if variable changed/markdown file was added #469 and Processing hfuns before all global vars are fully populated #582) - (breaking) (maybe) drop support for old file structure + remove the logic with
if VERSION
- environments (begin/end)
- slug for target output path (Allow use of
url
orslug
page variable #741 and PR closes #741 + minor fixes to hfun_redirect #744) doc note:
If you have a page `00-foo.md` and you add `@def slug = "bar/baz"` the final HTML page will be written at `__site/bar/baz/index.html` and therefore be available at `{base_url}/{prepath}/bar/baz/`
-
keep_path
global variable (Allow users to specify HTML files that they want to serve with the exact same path #759 and PR Addkeep_path
global variable (#759) #760) -
CDATA in RSS title (Apply CDATASection to title of rss #748 creds to @5ebec)
released in 0.9.x
- clearer message for where the warnings come from (Make warnings page variable missing more explicit #544 Make "ArgumentError" more explicit (package missing) #542 - PR Better warning messages #603)
- proper code escaping (Code block escaping: the return #513 and Escape content of html code block by default #327 - PR proper code escaping and faq here #610)
- allow for custom naming of
/tag/
(issue allow custom tag address #604 and PR [WIP] Adding a path var for a custom tag page. #608) - better warning messages (issue Make warnings page variable missing more explicit #544 and PR Better warning messages #603)
- pagination (issue Pagination support #496 PR Support for Pagination (issue #496) #589 )
- add of
prerender
local variable which, if set to false, can skip pre rendering for a specific page (allow ignoring files at optimisation step #568, PR Emoji562 #574) - support for emoji ([FR] Automatically converting emoji names to emoji unicode characters #562, PR Emoji562 #574)
- bump up compat bound for Julia to 1.3 for consistency with docs
- paragraph fix (hanging <p> and/or </p> #492)
- raw HTML file processing check (Review behaviour with raw html files #535)
- simple redirects (Add simple way to create redirects #556)
- deprecation of FS 1 (warning message if it's the case)
- allow
{{var}}
in for loop (issue Allow use of {{varname}} in {{for ...}} #580, PR (#580) allow {{var}} in for loop #585)
Notes
- remove manual redirects and add simple ones on the JuliaLang website
Docs
- eval code blocks with
```! ... ```
- environments (+explain why they can be useful compared to commands)
- simple redirects
- avoiding paragraph problems
- new ability in publish without push (Dilum's PR Add the ability to
publish
without doing thegit push
#566 ) - pagination
- emoji support
- other stuff from list above
- show warnings and warning messages (see message in Better warning messages #603)
- +++ blocks
- other stuff from the release list above
- a note on using clipboard.js (see demos and (demo) Copy code to clipboard #680 for the steps)
schneiderfelipe, kellertuer, estradilua, logankilpatrick, tjpalanca and 1 more