{"id":18185074,"url":"https://github.com/jaandrle/jaandrle.github.io","last_synced_at":"2025-04-07T12:40:29.257Z","repository":{"id":50321340,"uuid":"209738339","full_name":"jaandrle/jaandrle.github.io","owner":"jaandrle","description":"Personal page/blog","archived":false,"fork":false,"pushed_at":"2024-08-13T06:30:24.000Z","size":2605,"stargazers_count":1,"open_issues_count":23,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T18:13:20.210Z","etag":null,"topics":["jekyll-blog"],"latest_commit_sha":null,"homepage":"https://jaandrle.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaandrle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-20T08:05:27.000Z","updated_at":"2025-01-16T10:45:29.000Z","dependencies_parsed_at":"2023-12-01T09:48:32.361Z","dependency_job_id":null,"html_url":"https://github.com/jaandrle/jaandrle.github.io","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fjaandrle.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fjaandrle.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fjaandrle.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fjaandrle.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaandrle","download_url":"https://codeload.github.com/jaandrle/jaandrle.github.io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247654966,"owners_count":20974101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jekyll-blog"],"created_at":"2024-11-02T22:05:53.415Z","updated_at":"2025-04-07T12:40:29.229Z","avatar_url":"https://github.com/jaandrle.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jan Andrle – Personal sites / Blog\nThis document covers building and managing my pages with [Jekyll](#jekyll). There are two main sections [my blogging info setup](#this-instance) and [general info](#general).\n\n## Current progress/state\n- [Technická část](https://github.com/jaandrle/jaandrle.github.io/projects/2?fullscreen=true) for technical background.\n- [Správa příspěvků](https://github.com/users/jaandrle/projects/4) for posts progress.\n\n## This instance\nThe `master` (`main`) branch reflects current public state of web page. There are some helpers/setups for speed up blogging.\n\n### Generic Tags\n- aplikace, miniaplikace, webové služby\n- úvahy\n- návody, pokročilejší návody, vývojářské návody\n- tipy, pokročilejší tipy, vývojářské tipy\n- seznámení, pokročilejší seznámení, vývojářské seznámení\n- Windows, Ubuntu (linux), web\n- Internet Explorer, Chrome, Chromium, Firefox, Opera\n\n### Pages/Posts options\nThe default options are saved in [_config.yml](./_config.yml).\n\n|       option      | available |    default / [R]equired    |                                                                         description                                                                        |\n|:-----------------:|:---------:|:--------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|\n| layout            | all       | default                    | See [_layouts](./_layouts)                                                                                                                                 |\n| -\\|\\|-            | posts     | post                       | -\\|\\|-                                                                                                                                                     |\n| in_menu           | pages     | null                       | The name of item to show in page side menu/list                                                                                                            |\n| excerpt_separator | posts     | `\u003c!--more--\u003e`                |                                                                                                                                                            |\n| permalink         | all       | [R]                        |                                                                                                                                                            |\n| -\\|\\|-            | posts     | /blog/:year-:month/:title/ |                                                                                                                                                            |\n| title             | all       | [R]                        | Page/Post name                                                                                                                                             |\n| category          | all       | \"\"                         | See [blog](./blog) – mainly *(non)dev*; Empty by default → listed in both categories                                                                         |\n| tags              | posts     |                            | List of tags, eg. `[tag_1]`                                                                                                                                |\n| show_toc          | all       | 0                          | Headline level deep to generating TOC, see [_includes/show_toc.html](./_includes/show_toc.html)                                                            |\n| reference         | posts     |                            | See [_includes/references_list.html](./_includes/references_list.html)                                                                                     |\n| redirect_from     | all       |                            | See [jekyll/jekyll-redirect-from: Seamlessly specify multiple redirections URLs for your pages and posts.](https://github.com/jekyll/jekyll-redirect-from) |\n| noindex           | all       | null                       | See [robots.txt](./robots.txt) and [sitemap.xml](./sitemap.xml)                                                                                            |\n| date              | all       | based on filename          | In form `YYYY-MM-DD HH:MM:SS`                                                                                                                              |\n| updated           | posts     |                            | In form `YYYY-MM-DD`                                                                                                                                       |\n| MathJax           | all       | null                       | Use MathJax for processing page including mathematics, see [_inclused/i/molecule_scriptsBody.html](./_inclused/i/molecule_scriptsBody.html)                |\n\n### Helpers\nMy partials/data for simplify creating posts.\n\n#### Include\nIn general `{% include file ...options %}` with standarized options\n- `code`, `img` and similar tags supproted by Markdown (the idea is to extend these, but still at least particually be able see that in `.md`). So, example: `{% include image.html img='![alt](src)'`.\n- `href`, `src` for links/images/…\n- `title`, `alt` for links/images/…\n- `caption` for description (eg. `\u003cfigcaption\u003e`)\n- `file`s\n    - [`{% include code.html …`](./_includes/code.html)\n    - [`{% include image.html …`](./_includes/image.html)\n    - [`{% include textBox.html …`](./_includes/textBox.html)\n    - [`{% include reference.html …`](./_includes/reference.html)\n    - [`{% include references_list.html …`](./_includes/references_list.html)\n    - [`{% include kbd.html …`](./_includes/kbd.html)\n    - [`{% include blockquote.html …`](./_includes/blockquote.html)\n    - [`{% include q.html …`](./_includes/q.html)\n    - [`{% include icon.html …`](./_includes/icon.html)\n    - ([`{% include show_toc.html …`](./_includes/show_toc.html))\n- **Important note:** It isn't supported to neste `include` components\n    - Instead of: `{% include textBox.html text=\"{% include kbd.html keys='Ctrl A' %}\" %}`\n    - Use workaround: `{% capture tmp_kbd %}{% include kbd.html keys='Ctrl A' %}{% endcapture %}{% include textBox.html text=tmp_kbd %}`\n\n#### Data/Snippets\n- [`{{ site.data.abbr.* }}`](./_data/abbr.yml) for using abbreviation\n- [`\u003cembed src=\"soubor.pdf\" type=\"application/pdf\" width=\"100%\" height=\"500px\" /\u003e`](https://www.maxiorel.cz/jak-zdarma-vlozit-pdf-do-webove-stranky-hned-nekolika-zpusoby \"Jak zdarma vložit PDF do webové stránky? Hned několika způsoby | Maxiorel.cz\") – see [\u003cembed\u003e | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed \"\u003cembed\u003e: The Embed External Content element - HTML: HyperText Markup Language | MDN\"); it is also possible append to `src` (separated by `#`) combination of `page`, `chapter`, `zoom`, `view`, …\n\n### Automation\nSee [Schedule to Publish Future Posts](https://github.com/jaandrle/jaandrle.github.io/issues/65).\n\n## General\n### Jekyll\n**Jekyll** is a static site generator that's perfect for GitHub hosted blogs ([Jekyll Repository](https://github.com/jekyll/jekyll)). The [**Build A Blog With Jekyll And GitHub Pages**](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/) article can be good accsess point for those interested in using it for their own blog.\n\n### Local Development\n1. Prerequisite, see [Installation | Jekyll • Simple, blog-aware, static sites](https://jekyllrb.com/docs/installation/).\n1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.\n1. Clone down your fork `git clone https://github.com/yourusername/yourusername.github.io.git`\n1. Serve the site and watch for markup/sass changes `jekyll serve`\n1. View your website at http://127.0.0.1:4000/\n1. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaandrle%2Fjaandrle.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaandrle%2Fjaandrle.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaandrle%2Fjaandrle.github.io/lists"}