Enhance blog layout and functionality; add social links configuration in .env.local, implement search functionality in Home component, and improve post page styling.
This commit is contained in:
10
.env.local
10
.env.local
@@ -1,2 +1,10 @@
|
||||
NEXT_PUBLIC_BLOG_OWNER=Rattatwinko
|
||||
#---------------------------------------------------------------------#
|
||||
# In here you have to set your socials / links #
|
||||
#---------------------------------------------------------------------#
|
||||
NEXT_PUBLIC_BLOG_OWNER=Rattatwinko # Your Name goes here
|
||||
NEXT_ABOUT_ME_LINK="http://localhost:80" # Your WebPage goes here
|
||||
NEXT_SOCIAL_INSTAGRAM="http://instagram.com/rattatwinko" # Your Instagram Link goes here
|
||||
NEXT_SOCIAL_TWITTER="https://twitter.com/user" # I dont have Twitter , if you have put your user there.
|
||||
NEXT_SOCIAL_GITHUB_STATE="true" # I Have GitHub so this is True (if you dont then set this to false)
|
||||
NEXT_SOCIAL_GITHUB_LINK_IF_TRUE="http://github.com/ZockerKatze" #If you have GitHub then paste your link here
|
||||
PORT=8080
|
||||
Reference in New Issue
Block a user