Skip to content

Commit

Permalink
Merge pull request #3 from alexsalce/dev3
Browse files Browse the repository at this point in the history
Dev3
  • Loading branch information
alexsalce authored Oct 11, 2024
2 parents 98fd566 + 715becf commit 00ade1c
Show file tree
Hide file tree
Showing 39 changed files with 468 additions and 278 deletions.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"settings": {
"editor.formatOnSave": true
},
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"unifiedjs.vscode-mdx",
"DavidAnson.vscode-markdownlint"
]
}
},
"portsAttributes": {
Expand Down
379 changes: 103 additions & 276 deletions README.md

Large diffs are not rendered by default.

328 changes: 328 additions & 0 deletions README_tailwind-nextjs-starter-blog.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"markdown":1,"code":1,"features":1,"next-js":6,"math":1,"ols":1,"github":1,"guide":5,"tailwind":3,"holiday":1,"canada":1,"images":1,"feature":2,"writings":1,"book":1,"reflection":1,"multi-author":1}
{"next-js":7,"ua-sds":1,"howto":1,"tailwind":3,"guide":5,"feature":2,"multi-author":1,"hello":1,"math":1,"ols":1,"github":1,"writings":1,"book":1,"reflection":1,"holiday":1,"canada":1,"images":1,"markdown":1,"code":1,"features":1}
30 changes: 30 additions & 0 deletions data/blog/site-dev-and-maintenance.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: UA SDS Blog Development & Maintenance
date: '2024-10-21'
tags: ['next js', 'UA-SDS', 'howto']
draft: false
summary: 'Overview of how to develop and maintain your site.'
---

> [!WARNING]
> This post is currently under development, and I will have a first draft posted in full prior to 10/21/2024. In the meantime, have a look around the rest of the blog site and thanks for visiting!
# Now that you're up and running...

Welcome to your blog site!

If you're just starting, it probably looks fairly tacky. Thankfully it doesn't take too much effort to start making it your own.

This post will outline the elements of your site development and maintenance that you will care most about, how to do some customization, and generally what you will most often be tweaking to maintain.

If you have just gotten everything up and running, your VSCode environment should look something like this:

<div className="-mx-2 flex flex-wrap justify-center overflow-hidden xl:-mx-2">
![new project](/static/images/tutorial/newproject.png)
</div>


## How do I customize my site?



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/clonerepo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/components_reqd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/createrepo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/devsite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/localhost1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/localhost2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/readme/yarndev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/apppagesedit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/authorpages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/blogpages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/customtocplug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/edityourresume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/headerapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/imagesfolders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/layoutsresume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/mdxcomponents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/tutorial/newproject.png
Binary file added public/static/images/tutorial/resumeapp.png
Binary file added public/static/images/tutorial/resumecss.png
Binary file added public/static/images/tutorial/sitemetadata.png

0 comments on commit 00ade1c

Please sign in to comment.