mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-01-12 05:02:02 +03:00
158 lines
5.2 KiB
HTML
158 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- Set the viewport width to device width for mobile -->
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<title>My super title</title>
|
|
|
|
<link rel="stylesheet" href="./theme/css/normalize.css" />
|
|
<link rel="stylesheet" href="./theme/css/foundation.min.css" />
|
|
<link rel="stylesheet" href="./theme/css/style.css" />
|
|
<link rel="stylesheet" href="./theme/css/pygments.css" />
|
|
<script src="./theme/js/modernizr.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Nav Bar -->
|
|
<nav>
|
|
<div class="top-bar">
|
|
<div class="row">
|
|
<div class="large-9 large-centered columns">
|
|
<h1><a href=".">Ещё один матблог</a></h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Show menu items and pages -->
|
|
<div class="row">
|
|
<div class="large-9 columns">
|
|
<ul class="button-group navigation">
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!-- End Nav -->
|
|
|
|
|
|
<!-- Main Page Content and Sidebar -->
|
|
<div class="row">
|
|
|
|
<!-- Main Blog Content -->
|
|
<div class="large-9 columns">
|
|
<article>
|
|
<header>
|
|
<h3 class="article-title"><a href="./my-super-post.html" rel="bookmark"
|
|
title="Permalink to My super title">My super title</a></h3>
|
|
</header>
|
|
|
|
<h6 class="subheader" title="2010-12-03T10:20:00+03:00">Пт. 03 Декабрь 2010
|
|
</h6>
|
|
|
|
|
|
<p>Большое приключение формулы <span class="math">\(e=f(x)\)</span></p>
|
|
<script type="text/javascript">if (!document.getElementById('mathjaxscript_pelican_#%@#$@#')) {
|
|
var mathjaxscript = document.createElement('script');
|
|
mathjaxscript.id = 'mathjaxscript_pelican_#%@#$@#';
|
|
mathjaxscript.type = 'text/javascript';
|
|
mathjaxscript.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
|
|
mathjaxscript[(window.opera ? "innerHTML" : "text")] =
|
|
"MathJax.Hub.Config({" +
|
|
" config: ['MMLorHTML.js']," +
|
|
" TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }," +
|
|
" jax: ['input/TeX','input/MathML','output/HTML-CSS']," +
|
|
" extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']," +
|
|
" displayAlign: 'center'," +
|
|
" displayIndent: '0em'," +
|
|
" showMathMenu: true," +
|
|
" tex2jax: { " +
|
|
" inlineMath: [ ['\\\\(','\\\\)'] ], " +
|
|
" displayMath: [ ['$$','$$'] ]," +
|
|
" processEscapes: true," +
|
|
" preview: 'TeX'," +
|
|
" }, " +
|
|
" 'HTML-CSS': { " +
|
|
" styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: 'black ! important'} }" +
|
|
" } " +
|
|
"}); ";
|
|
(document.body || document.getElementsByTagName('head')[0]).appendChild(mathjaxscript);
|
|
}
|
|
</script>
|
|
<p class="subheader">Category: <a href="./category/python.html">Python</a>
|
|
|
|
Tagged:
|
|
<a href="./tag/pelican.html">pelican </a>
|
|
<a href="./tag/publishing.html">publishing </a>
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<h4>Comments</h4>
|
|
<div id="disqus_thread"></div>
|
|
<script type="text/javascript">
|
|
var disqus_shortname = 'likemath'
|
|
var disqus_identifier = "my-super-post.html";
|
|
var disqus_url = "./my-super-post.html";
|
|
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
})();
|
|
</script>
|
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
</article>
|
|
</div>
|
|
<!-- End Main Content -->
|
|
|
|
<!-- Sidebar -->
|
|
<aside class="large-3 columns">
|
|
<h5 class="sidebar-title">Site</h5>
|
|
<ul class="side-nav">
|
|
<li><a href="./archives.html">Archives</a>
|
|
<li><a href="./tags.html">Tags</a>
|
|
</ul>
|
|
|
|
|
|
<h5 class="sidebar-title">Categories</h5>
|
|
<ul class="side-nav">
|
|
<li><a href="./category/python.html">Python</a></li>
|
|
<li><a href="./category/review.html">Review</a></li>
|
|
|
|
</ul>
|
|
|
|
<h5 class="sidebar-title">Links</h5>
|
|
<ul class="side-nav">
|
|
<li><a href="http://getpelican.com/">Pelican</a></li>
|
|
<li><a href="http://python.org/">Python.org</a></li>
|
|
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
|
|
<li><a href="#">You can modify those links in your config file</a></li>
|
|
</ul>
|
|
|
|
<h5 class="sidebar-title">Social</h5>
|
|
<ul class="side-nav">
|
|
<li><a href="#">You can add links in your config file</a></li>
|
|
<li><a href="#">Another social link</a></li>
|
|
</ul>
|
|
|
|
</aside> <!-- End Sidebar -->
|
|
|
|
</div> <!-- End Main Content and Sidebar -->
|
|
|
|
|
|
<!-- Footer -->
|
|
<footer class="row">
|
|
<div class="large-12 columns">
|
|
<hr />
|
|
<div class="row">
|
|
<div class="large-6 columns">
|
|
<!-- <p>Ещё один матблог by Алексей Лобанов</p> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |