Commit Graph

  • 1b1953678c Merge branch 'post-07' into post-08 Philipp Oppermann 2019-11-28 14:07:29 +01:00
  • d4c256c653 Update post-07 to new lockfile format Philipp Oppermann 2019-11-28 14:07:23 +01:00
  • 9e5ff8dd78 Merge branch 'post-06' into post-07 Philipp Oppermann 2019-11-28 14:07:03 +01:00
  • 9d6ba0d31e Merge branch 'post-05' into post-06 Philipp Oppermann 2019-11-28 14:06:28 +01:00
  • 3a65487f17 Merge branch 'post-04' into post-05 Philipp Oppermann 2019-11-28 14:06:08 +01:00
  • 0c3e6f95f6 Update post-04 to new lockfile format Philipp Oppermann 2019-11-28 14:05:44 +01:00
  • 23d8bb948e Merge branch 'post-03' into post-04 Philipp Oppermann 2019-11-28 14:05:02 +01:00
  • 748365bf62 Update post-03 to new lockfile format Philipp Oppermann 2019-11-28 14:04:38 +01:00
  • 2b1f72ccd8 Merge branch 'post-02' into post-03 Philipp Oppermann 2019-11-28 14:04:16 +01:00
  • 1c4ca04a2f Update post-02 to new lockfile format Philipp Oppermann 2019-11-28 14:03:59 +01:00
  • 60856aac6b Merge branch 'post-01' into post-02 Philipp Oppermann 2019-11-28 14:02:32 +01:00
  • fcdf3aa8d7 Update to new lockfile format Philipp Oppermann 2019-11-28 14:02:08 +01:00
  • c0bb7e5848 Ignore VSCode workspace settings Philipp Oppermann 2019-11-28 13:59:32 +01:00
  • 469add4b6b Add translations from rustcc/writing-an-os-in-rust luojia65 2019-11-28 13:11:25 +01:00
  • a66fe41977 Default to config.default_language if no lang is set (e.g. for 404 page) Philipp Oppermann 2019-11-28 11:30:17 +01:00
  • 63e53724c4 Zola does not make the lang variable available when rendering rss.xml Philipp Oppermann 2019-11-27 16:34:24 +01:00
  • 85bd909af2 Update HTML language tag for translations Philipp Oppermann 2019-11-27 16:02:35 +01:00
  • 94a19f627b Change Chinese language tag to zh-CN (simplified Chinese) Philipp Oppermann 2019-11-27 15:59:06 +01:00
  • e0d25951a2 Adjust translated post to zola multilingual naming scheme Philipp Oppermann 2019-11-27 15:36:18 +01:00
  • c14adf700a Merge pull request #682 from TheBegining/master Philipp Oppermann 2019-11-27 15:35:00 +01:00
  • 8e2e4e7c30 Point 'All Posts' link to localized index page Philipp Oppermann 2019-11-27 15:06:46 +01:00
  • a1020cde7d Show links to community translated posts Philipp Oppermann 2019-11-27 15:00:42 +01:00
  • d1da7f4a47 Write a proper warning message for translated posts Philipp Oppermann 2019-11-27 15:01:02 +01:00
  • 55a45c7673 Start adding support for translations Philipp Oppermann 2019-11-26 15:49:46 +01:00
  • e9361e74e8 The global toc was replaced by page.toc in upcoming zola version Philipp Oppermann 2019-11-27 14:27:43 +01:00
  • c33c08392c Use upcoming zola release on Github Actions Philipp Oppermann 2019-11-27 14:37:03 +01:00
  • b9a0702bc0 Merge branch 'post-09' into post-10 Philipp Oppermann 2019-11-25 13:35:20 +01:00
  • 84ddda6a3f Merge branch 'post-08' into post-09 Philipp Oppermann 2019-11-25 13:35:20 +01:00
  • 37b8b42cba Add missing hlt_loop import Philipp Oppermann 2019-11-25 13:35:18 +01:00
  • bb2ac9c259 Add missing hlt_loop import in code listing Philipp Oppermann 2019-11-25 13:32:32 +01:00
  • 2919cbdefc Merge branch 'post-09' into post-10 Philipp Oppermann 2019-11-25 13:25:15 +01:00
  • f85664fd6b Merge branch 'post-08' into post-09 Philipp Oppermann 2019-11-25 13:25:15 +01:00
  • 1e86c9f5f0 Merge branch 'post-07' into post-08 Philipp Oppermann 2019-11-25 13:25:15 +01:00
  • 084a77775f Merge branch 'post-06' into post-07 Philipp Oppermann 2019-11-25 13:25:02 +01:00
  • 590585da33 Merge branch 'post-05' into post-06 Philipp Oppermann 2019-11-25 13:24:09 +01:00
  • 6828849bc4 Remove cfg(not(windows)) from interrupt module Philipp Oppermann 2019-11-25 13:19:07 +01:00
  • 6d95caec31 fixed repeated "the" typo (#691) MarinPostma 2019-11-23 15:41:31 +01:00
  • 059ea76848 Merge branch 'post-09' into post-10 Philipp Oppermann 2019-11-22 16:33:23 +01:00
  • a65573b061 Merge branch 'post-08' into post-09 Philipp Oppermann 2019-11-22 16:33:23 +01:00
  • 723776f852 Merge branch 'post-07' into post-08 Philipp Oppermann 2019-11-22 16:33:23 +01:00
  • 1bf2a49526 Merge pull request #689 from phil-opp/post-07-new Philipp Oppermann 2019-11-22 16:33:00 +01:00
  • 555b5aece1 Hardware Interrupts: Don't replace panic in double fault handler (#690) Philipp Oppermann 2019-11-22 16:13:01 +01:00
  • b5b37d6e2b Remove unused crate::hlt_loop import Philipp Oppermann 2019-11-22 16:12:28 +01:00
  • c3f76cf1f0 Use panic instead of println + hlt_loop for double fault handler Philipp Oppermann 2019-11-22 16:06:56 +01:00
  • 2f085b7310 Merge branch 'post-09' into post-10 Philipp Oppermann 2019-11-22 16:05:13 +01:00
  • 385004cab2 Merge branch 'post-08' into post-09 Philipp Oppermann 2019-11-22 16:05:13 +01:00
  • fab00675e1 Merge branch 'post-07' into post-08 Philipp Oppermann 2019-11-22 16:05:13 +01:00
  • 12eed472ba Merge branch 'post-06' into post-07 Philipp Oppermann 2019-11-22 16:05:10 +01:00
  • a604e1fa14 Merge branch 'post-06' of github.com:phil-opp/blog_os into post-06 Philipp Oppermann 2019-11-22 16:04:09 +01:00
  • cc713e4570 Merge branch 'post-09' into post-10 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 9696612b2b Merge branch 'post-08' into post-09 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • b0b0ebda06 Merge branch 'post-07' into post-08 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 1e8720b4ff Merge branch 'post-06' into post-07 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 05c3a17c49 Merge branch 'post-05' into post-06 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 29063f4531 Merge branch 'post-04' into post-05 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • ea998c9267 Merge branch 'post-03' into post-04 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 679e453509 Merge branch 'post-02' into post-03 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 7de138aa04 Merge branch 'post-01' into post-02 Philipp Oppermann 2019-11-22 15:57:18 +01:00
  • 3470636653 Use panic! instead of println! + loop in double fault handler (#687) Philipp Oppermann 2019-11-22 15:56:56 +01:00
  • 76520e761a Fix rustfmt check on Github Actions (#688) Philipp Oppermann 2019-11-22 15:53:24 +01:00
  • 537a070238 Clarified writing beyond the buffers end (#685) Daniel Harper 2019-11-16 19:25:05 +00:00
  • dcacc7969f Update Chinese translate cqh 2019-10-26 00:00:14 +08:00
  • 63110b204d Add Chinese translate cqh 2019-10-21 23:30:02 +08:00
  • a439f96384 Also deploy site on schedule event Philipp Oppermann 2019-10-18 15:02:09 +02:00
  • 8e0d70da8b Add a sponsor link to github box on front page Philipp Oppermann 2019-09-11 13:10:01 +02:00
  • 18ce0f4219 Update to new Github Sponsors URL Philipp Oppermann 2019-10-18 14:55:59 +02:00
  • b3066e9a78 Merge branch 'post-09' into post-10 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • d5d7db0de6 Merge branch 'post-08' into post-09 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 271f65e21c Merge branch 'post-07' into post-08 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • c83160554e Merge branch 'post-06' into post-07 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 1a1ce5120f Merge branch 'post-05' into post-06 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 6979a125cf Merge branch 'post-04' into post-05 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 79ad84c502 Merge branch 'post-03' into post-04 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 4f90781b3f Merge branch 'post-02' into post-03 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • 9e40f377db Merge branch 'post-01' into post-02 Philipp Oppermann 2019-10-08 19:44:38 +02:00
  • f45c265142 Use latest nightly with rustfmt for formatting check (#679) Philipp Oppermann 2019-10-08 19:44:05 +02:00
  • 7f4fc340ad Fix escaping issues by adding safe filters in more places (#678) Philipp Oppermann 2019-10-08 10:28:45 +02:00
  • 50aaa206bf Reword support text Philipp Oppermann 2019-10-06 18:28:02 +02:00
  • cbed5dae46 Updates in September 2019 (#677) Philipp Oppermann 2019-10-06 18:25:47 +02:00
  • fd64bb9d36 Add status update posts to front page Philipp Oppermann 2019-10-06 15:20:39 +02:00
  • 945aaf02d8 Add support template Philipp Oppermann 2019-10-06 15:05:33 +02:00
  • a93c0e424d Mention Github sponsors in status update posts Philipp Oppermann 2019-10-06 14:02:11 +02:00
  • 7ae2489153 Factor out support text into template and add it to pages too Philipp Oppermann 2019-10-06 13:59:30 +02:00
  • 78f014e74b Rewrite support section on frontpage; mention GitHub sponsors Philipp Oppermann 2019-10-06 13:51:46 +02:00
  • dddabe2243 Fix some remaining internal links that used old syntax Philipp Oppermann 2019-10-06 13:51:09 +02:00
  • 0caf162825 Add Github Sponsors account Philipp Oppermann 2019-10-06 13:10:16 +02:00
  • 24d04e0e39 Fix minor typos. (#675) Bruno Flores 2019-10-03 22:07:45 +10:00
  • d7ccea9cdb Merge pull request #674 from phil-opp/optional-zola-check Philipp Oppermann 2019-10-02 11:11:10 +02:00
  • 69bfe311f9 Don't fail job if zola check fails Philipp Oppermann 2019-10-02 11:09:16 +02:00
  • f5ef5d3222 Fix master ref in if condition of deploy job Philipp Oppermann 2019-10-02 11:03:48 +02:00
  • 30752f53b8 Debug github actions deploy failure Philipp Oppermann 2019-10-02 11:00:46 +02:00
  • 76f00c3a08 Merge pull request #673 from phil-opp/gh-actions-job-if Philipp Oppermann 2019-10-02 10:57:10 +02:00
  • 3ffda44c39 Merge build/deploy workflows by using new job.if Philipp Oppermann 2019-10-02 10:51:21 +02:00
  • fac3e7d3c7 Merge pull request #670 from phil-opp/zola-0.9.0 Philipp Oppermann 2019-09-29 16:07:50 +02:00
  • 46386c71a3 Add a new 'Zola Check' CI workflow Philipp Oppermann 2019-09-29 15:52:48 +02:00
  • ffdd1abd47 Update CI scripts to use zola 0.9.0 Philipp Oppermann 2019-09-29 15:52:20 +02:00
  • 032ea13c65 safe filter must be at the very end since zola 0.8.0 Philipp Oppermann 2019-09-29 15:48:12 +02:00
  • c76516db75 Fix anchor names of internal links Philipp Oppermann 2019-09-29 15:44:44 +02:00
  • e5b4d501ed Remove dead links in first edition Philipp Oppermann 2019-09-29 15:30:01 +02:00
  • a133ea82cf Update to new internal link syntax Philipp Oppermann 2019-09-29 15:24:21 +02:00