todo list edit
This commit is contained in:
parent
676010cc84
commit
39077eac0b
1 changed files with 4 additions and 8 deletions
|
@ -13,19 +13,15 @@ import Icon from "../components/Icon.astro";
|
||||||
|
|
||||||
## now
|
## now
|
||||||
|
|
||||||
Working on my website instead of taking notes for class because i do not control the hyperfixation
|
Working on my website instead of taking notes for class because i do not control the hyperfixation.... and also I'm way behind and I am too stressed to catch up right now ;3;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<MDXAccordion title="todo">
|
<MDXAccordion title="todo">
|
||||||
- [ ] Potentially add an extra "new-tab" flag to MDX links (a space & "+" after the link in the parentheses? that might be too complicated
|
- [ ] Figure out how to make the API route serving the Atom feed ([feed.xml](../feeds/feed.xml)) actually send an xml file that can be recognized by the browser (i.e. allowing for a `.xsl` to work with it and/or opening it automatically in your RSS reader of choice).
|
||||||
to implement nicely tho)
|
- [ ] Write *oooooooone* more blog post deliberately **less** involved in order to break my habit of assuming a blog post has to have 5000 characters and five headings to be worth posting
|
||||||
|
- [ ] Pretty up the python function blog post to fix typos and have clearer instructions (it *is* a tutorial, after all).
|
||||||
- [ ] Set up a dev version of this site & start implementing the account system!
|
- [ ] Set up a dev version of this site & start implementing the account system!
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [X] Make external links open in a new tab. This should be pretty easy to implement.
|
|
||||||
- [X] Automatically insert an "external link" icon ( <Icon icon="FaExternalLink" class='w-3 inline-flex' title="new-tab" aria-label="new-tab"/> ) on links that open in a new tab.
|
|
||||||
</MDXAccordion>
|
</MDXAccordion>
|
||||||
|
|
||||||
{/*
|
{/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue