Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimghedreutan/python-linux-blog
NextJs 13, TypeScript, Tailwind CSS, Sanity v3
https://github.com/vadimghedreutan/python-linux-blog
nextjs13 sanity-studio tailwindcss typescript
Last synced: 8 days ago
JSON representation
NextJs 13, TypeScript, Tailwind CSS, Sanity v3
- Host: GitHub
- URL: https://github.com/vadimghedreutan/python-linux-blog
- Owner: vadimghedreutan
- Created: 2023-02-12T12:10:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T12:53:13.000Z (about 2 years ago)
- Last Synced: 2024-12-21T07:12:08.668Z (2 months ago)
- Topics: nextjs13, sanity-studio, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://python-linux-blog.vercel.app
- Size: 44.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Linux Blog
This is a blog created using Next.js and Sanity that focuses on the intersection of Python and Linux. The blog is designed to provide readers with informative and educational content on topics related to Python programming and Linux systems administration.
## Technologies Used
- Next.js: A React-based framework for building server-side rendered and static web applications.
- Sanity: A headless content management system (CMS) for structured content.
## FeaturesBlog posts on various topics related to Python and Linux, including programming, systems administration, and more.
Responsive design for optimal viewing on all devices.
Easy navigation through categories and tags.
Search functionality to quickly find specific blog posts.
## Getting StartedTo run this project locally, follow these steps:
- Clone the repository to your local machine:
```bash
git clone https://github.com//python-linux-blog.git
```
- Change into the project directory:```bash
cd python-linux-blog
```- Install the necessary dependencies:
```bash
npm install
```- Start the development server:
```bash
npm run dev
```
## The project should now be running on:```bash
http://localhost:3000
```## License
[MIT](https://choosealicense.com/licenses/mit/)