From bc2a5c11e04a812d357e5641d36a0108f1f03129 Mon Sep 17 00:00:00 2001 From: Leo Deng Date: Wed, 3 Jul 2024 18:51:49 +0800 Subject: [PATCH] easter --- _layouts/easter.html | 51 ++++++++++++++++++++++++++++++++++++++++++++ _sass/groove.scss | 4 ++-- easter.md | 3 +++ 3 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 _layouts/easter.html create mode 100755 easter.md diff --git a/_layouts/easter.html b/_layouts/easter.html new file mode 100644 index 0000000..01e6bd0 --- /dev/null +++ b/_layouts/easter.html @@ -0,0 +1,51 @@ + + + + + + + Easter + + +
                      ____________                     
+                 _g@@@@@@@@@@@@@@@@@@g_                
+             _g@@@@@@@@@@@@@@@@@@@@@@@@@@g_            
+          _g@@"o@@@@@a<@@@@@@@@@@@@@@@@@@@@@g_         
+        .@@@Pg@@@@@@@@@p%@@@@@@@@@@@@@@@@@@@@@@_       
+      _Pg@@@j@@@@@@@@@@@!@@@@@@@@@B"_~a_"0@@@@@@@,     
+     /@{@@@@7g@@gV@@@@@@|@@@@@@@Do@@@@@"gg_T@@@@@@L    
+    g@'@@@@@LQ@@B|@@@@@D{@@@@@@Wg@@@@@g@@@@^9@@@@@@@   
+   @@@[@@@@@@@_4@@@@@P_@@@@@@@@|@@@@@@@g_"_@|@@@@@@@g  
+  {@@W@@@@@@@@@@@@@@@@@@@@@@@@@@V@@@@@@@@@@@g@@@@@@@@A 
+ .@@@g@@@@@@@@@@@@@@@@@@@@@@@@@@@"@@@@@@@@Fg@@@@@@@@@@,
+ g@@@g@@@@@@@@@@@@@@@@@@@@@@@@@@@@@p""""<@@@@@@@@@@@@@@
+ @@@@@[@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+ @@@@@,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+ @@@@@@9@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+ @@@@@@a@@@.@@\@@@@@@@@@@@@@@@@@@@@@@@@@.@@;@@@@@@@@@@@
+ {@@@@@@L@@l@@@_@@@@@@@@@@@@@@@@@@@@@@@'@@@,@@@@@@@@@@|
+  @@@@@@@LQ@L0@@g"@@@@@@@@@@@@@@@@@@@P/@@@_@@@@@@@@@@@ 
+  '@@@@@@@@\@@_@@@@g_"4B@@@@@@@BD>"o@@@@"g@@@@@@@@@@@' 
+   \@@@@@@@@L0@@a"8@@@@@@@@@@@@@@@@@B>_@gV@@@@@@@@@@/  
+    '@@@@@@@@@a+@@@@@g_"""""""""_og@@@@@@@T@@@@@@@B'   
+      @@@@@@@@@@g_0@@@@@@@@@@@@bf@@@@@@@@@ @@@@@>~     
+       "@@@@@@@@@@@@_<B@@@@@@@@@@T@@@@@@@Fg@P"g@"      
+         "@@@@@@@@@@@@@@g_"<4B@@@@_<0B+__g@@@@F        
+           '0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D           
+               <B@@@@@@@@@@@@@@@@@@@@@@B>              
+                   '"4B@@@@@@@@@@BP>'                  
+
+ diff --git a/_sass/groove.scss b/_sass/groove.scss index 0732555..5ec8563 100644 --- a/_sass/groove.scss +++ b/_sass/groove.scss @@ -725,7 +725,7 @@ tbody tr:nth-child(odd) th { .page, .post { - margin-bottom: 1.5em; + padding-bottom: 1.5em; } .page:after, @@ -733,7 +733,7 @@ tbody tr:nth-child(odd) th { content: '— EOF —'; color: var(--text-dimmest); display: block; - margin-top: 1.5em; + // margin-bottom: 1.5em; text-align: center; transition: color ease-out .3s; } diff --git a/easter.md b/easter.md new file mode 100755 index 0000000..38458fb --- /dev/null +++ b/easter.md @@ -0,0 +1,3 @@ +--- +layout: easter +---