Browse Source

Site updated: 2020-03-21 14:24:09

schtonn 5 years ago
parent
commit
dff81eb1cc
5 changed files with 19 additions and 19 deletions
  1. 1 1
      css/main.css
  2. 4 4
      games/index.html
  3. BIN
      images/bird.png
  4. BIN
      images/pipe.png
  5. 14 14
      lib/pace/README.html

+ 1 - 1
css/main.css

@@ -1235,7 +1235,7 @@ pre .javascript .function {
 }
 .links-of-author a::before,
 .links-of-author span.exturl::before {
-  background: #1bdf25;
+  background: #018863;
   border-radius: 50%;
   content: ' ';
   display: inline-block;

+ 4 - 4
games/index.html

@@ -29,8 +29,8 @@
 <meta property="og:site_name" content="Alex&#39;s Blog">
 <meta property="og:description" content="#game_div, p {       width: 400px;       margin: auto;       margin-top: 20px;     }                      Press the spacebar to jump  →\rightarrow→To be continued">
 <meta property="og:locale" content="en_US">
-<meta property="article:published_time" content="2020-03-21T03:48:53.626Z">
-<meta property="article:modified_time" content="2020-03-21T03:48:53.626Z">
+<meta property="article:published_time" content="2020-03-21T04:15:45.553Z">
+<meta property="article:modified_time" content="2020-03-21T04:15:45.553Z">
 <meta property="article:author" content="Alex">
 <meta name="twitter:card" content="summary">
 
@@ -181,11 +181,11 @@
       
       
       <div class="post-body">
-          <p style="text-align:center">
+          <div style="text-align:center;clear:both">
 <object type="application/x-shockwave-flash" style="outline:none;" data="/js/hamster.swf?" width="300" height="440"><param name="movie" value="/js/hamster.swf?"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param></object>
 <object type="application/x-shockwave-flash" style="outline:none;" data="/js/ballclock.swf?" width="600" height="440"><param name="movie" value="/js/ballclock.swf?"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param></object>
 <object type="application/x-shockwave-flash" style="outline:none;" data="/js/dog.swf?3?" width="600" height="440"><param name="movie" value="/js/dog.swf?3?"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="bgcolor" value="FFFFFF"/></object>
-</p>
+</div>
 <head>
   <style>
     #game_div, p {

BIN
images/bird.png


BIN
images/pipe.png


+ 14 - 14
lib/pace/README.html

@@ -3,30 +3,30 @@
 <h2>If you want to use the CDN instead of clone this repo, please jump to the Step 3.</h2>
 <h2 align="center">Step 1 &rarr; Go to NexT dir</h2>
 <p>Change dir to <strong>NexT</strong> directory. There must be <code>layout</code>, <code>source</code>, <code>languages</code> and other directories:</p>
-<pre class="highlight"><code class="sh">$ <span class="hljs-built_in">cd</span> themes/next
+<pre class="highlight"><code class="sh">$ <span class="built_in">cd</span> themes/next
 $ ls
-_config.yml  crowdin.yml  docs  gulpfile.js  languages  layout  LICENSE.md  package.json  README.md  scripts  <span class="hljs-built_in">source</span>
+_config.yml  crowdin.yml  docs  gulpfile.js  languages  layout  LICENSE.md  package.json  README.md  scripts  <span class="built_in">source</span>
 </code></pre>
 <h2 align="center">Step 2 &rarr; Get module</h2>
 <p>Install module to <code>source/lib</code> directory:</p>
-<pre class="highlight"><code class="sh">$ git <span class="hljs-built_in">clone</span> https://github.com/theme-next/theme-next-pace <span class="hljs-built_in">source</span>/lib/pace
+<pre class="highlight"><code class="sh">$ git <span class="built_in">clone</span> https://github.com/theme-next/theme-next-pace <span class="built_in">source</span>/lib/pace
 </code></pre>
 <h2 align="center">Step 3 &rarr; Set it up</h2>
 <p>Enable module in <strong>NexT</strong> <code>_config.yml</code> file and select your theme:</p>
-<pre class="highlight"><code class="yml"><span class="hljs-attr">pace:</span>
-  <span class="hljs-attr">enable:</span> <span class="hljs-literal">true</span>
-  <span class="hljs-comment"># Themes list:</span>
-  <span class="hljs-comment"># big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple</span>
-  <span class="hljs-comment"># corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal</span>
-  <span class="hljs-attr">theme:</span> <span class="hljs-string">minimal</span>
+<pre class="highlight"><code class="yml"><span class="attr">pace:</span>
+  <span class="attr">enable:</span> <span class="literal">true</span>
+  <span class="comment"># Themes list:</span>
+  <span class="comment"># big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple</span>
+  <span class="comment"># corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal</span>
+  <span class="attr">theme:</span> <span class="string">minimal</span>
 </code></pre>
 <p><strong>And, if you wants to use the CDN, then need to set:</strong> (you also need to find your corresponding theme css link in <a href="https://www.jsdelivr.com/package/npm/pace-js?path=themes" target="_blank" rel="noopener">jsdelivr</a>)</p>
-<pre class="highlight"><code class="yml"><span class="hljs-attr">vendors:</span>
-  <span class="hljs-string">...</span>
-  <span class="hljs-attr">pace:</span> <span class="hljs-string">//cdn.jsdelivr.net/npm/pace-js@1/pace.min.js</span>
-  <span class="hljs-attr">pace_css:</span> <span class="hljs-string">//cdn.jsdelivr.net/npm/pace-js@1/themes/blue/pace-theme-minimal.css</span>
+<pre class="highlight"><code class="yml"><span class="attr">vendors:</span>
+  <span class="string">...</span>
+  <span class="attr">pace:</span> <span class="string">//cdn.jsdelivr.net/npm/pace-js@1/pace.min.js</span>
+  <span class="attr">pace_css:</span> <span class="string">//cdn.jsdelivr.net/npm/pace-js@1/themes/blue/pace-theme-minimal.css</span>
 </code></pre>
 <h1 align="center">Update</h1>
-<pre class="highlight"><code class="sh">$ <span class="hljs-built_in">cd</span> themes/next/<span class="hljs-built_in">source</span>/lib/pace
+<pre class="highlight"><code class="sh">$ <span class="built_in">cd</span> themes/next/<span class="built_in">source</span>/lib/pace
 $ git pull
 </code></pre>