├── CNAME ├── images ├── 404.jpg ├── fork.gif ├── logo.png ├── pages.png ├── Disqus-1.png ├── Disqus-2.png ├── Disqus-3.png ├── Settings.png ├── Typora.png ├── config.png ├── favicon.png ├── rename.png ├── givemefive.png ├── published.png ├── Disqus-plan.png ├── nameyourbolg.png ├── usetemplate.png └── application_settings.png ├── about.md ├── _includes ├── footer.html ├── utteranc.html ├── analytics.html ├── disqus.html ├── gitalk.html ├── meta.html ├── nav.html ├── fonts.html ├── head.html ├── toc.html └── svg-icons.html ├── _layouts ├── page.html ├── default.html └── post.html ├── 404.md ├── .github └── FUNDING.yml ├── archive └── index.html ├── tags └── index.html ├── LICENSE ├── _sass ├── _reset.scss ├── _variables.scss ├── _highlights.scss ├── _open-color.scss └── _gitalk.scss ├── _posts ├── 2019-07-24-math-test.md ├── 2013-07-16-chinese-markdown-cheatsheet.md └── 2019-06-02-document.md ├── README.md ├── index.html ├── _config.yml └── style.scss /CNAME: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/404.jpg -------------------------------------------------------------------------------- /images/fork.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/fork.gif -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/pages.png -------------------------------------------------------------------------------- /images/Disqus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Disqus-1.png -------------------------------------------------------------------------------- /images/Disqus-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Disqus-2.png -------------------------------------------------------------------------------- /images/Disqus-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Disqus-3.png -------------------------------------------------------------------------------- /images/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Settings.png -------------------------------------------------------------------------------- /images/Typora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Typora.png -------------------------------------------------------------------------------- /images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/config.png -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/rename.png -------------------------------------------------------------------------------- /images/givemefive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/givemefive.png -------------------------------------------------------------------------------- /images/published.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/published.png -------------------------------------------------------------------------------- /images/Disqus-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/Disqus-plan.png -------------------------------------------------------------------------------- /images/nameyourbolg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/nameyourbolg.png -------------------------------------------------------------------------------- /images/usetemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/usetemplate.png -------------------------------------------------------------------------------- /about.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: 关于 4 | permalink: /about/ 5 | --- 6 | 7 | 这是一个关于页面,请编辑about.md以介绍你的博客。 8 | -------------------------------------------------------------------------------- /images/application_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FromEndWorld/LOFFER/HEAD/images/application_settings.png -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | {% include svg-icons.html %} 2 | 3 | {% if site.footer-text %} 4 |
{{ site.footer-text }}
5 | {% endif %} -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
{: .center-image}]({{ site.baseurl }}/)
9 |
--------------------------------------------------------------------------------
/_includes/utteranc.html:
--------------------------------------------------------------------------------
1 | {% if site.utteranc %}
2 |
10 | {% endif %}
11 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: frommidworld
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | custom: https://www.buymeacoffee.com/himringtop
13 |
--------------------------------------------------------------------------------
/_includes/analytics.html:
--------------------------------------------------------------------------------
1 | {% if site.google_analytics %}
2 |
3 |
15 |
16 | {% endif %}
17 |
--------------------------------------------------------------------------------
/_includes/disqus.html:
--------------------------------------------------------------------------------
1 | {% if site.disqus %}
2 | 48 | Read More 49 |
50 |88 | Read More 89 |
90 |