Table of contents
Open Table of contents
Introduction
This Astro template is created by Sat Naing, the template’s name is AstroPaper.
Functionalities
Code blocks OK:
def main():
print('hello world!')
Math kind of OK: $$y=x^2$$ I simply imported Mathjax into this page.
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Of course, since I’m writing in Markdown, common features work.
This is H3!
This is H4!
H4 is already smaller than regular text smh😞
Bold italic
key | value |
---|---|
a | 1 |
b | 2 |
Conclusion
Doesn’t look bad at all. But I do plan on designing my own website for once in the future, just for the sake of education. At this point, I am pretty much clueless about front-end frameworks and such. I also look forward to integrating a headless CMS just for that extra bit of convenience (e.g. copy pasting current time no more).