<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dhaval Vyas</title>
    <description>The latest articles on DEV Community by Dhaval Vyas (@dhavalwd).</description>
    <link>https://dev.to/dhavalwd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F85860%2Fc09f1683-d3ee-4e5e-a960-8814c8b16da8.jpeg</url>
      <title>DEV Community: Dhaval Vyas</title>
      <link>https://dev.to/dhavalwd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhavalwd"/>
    <language>en</language>
    <item>
      <title>Redesign of my portfolio</title>
      <dc:creator>Dhaval Vyas</dc:creator>
      <pubDate>Mon, 24 Sep 2018 13:54:51 +0000</pubDate>
      <link>https://dev.to/dhavalwd/redesign-of-my-portfolio-4kok</link>
      <guid>https://dev.to/dhavalwd/redesign-of-my-portfolio-4kok</guid>
      <description>&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/dhavalwd"&gt;
        dhavalwd
      &lt;/a&gt; / &lt;a href="https://github.com/dhavalwd/dhavalvyas"&gt;
        dhavalvyas
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Dhaval Vyas personal portfolio and blog
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Personal Portfolio&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://greenkeeper.io/" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/d2b4d4f12ae6d649766faa864888c5aeb0d9efd17b008ecb343e89b494bccb17/68747470733a2f2f6261646765732e677265656e6b65657065722e696f2f64686176616c77642f64686176616c767961732e737667" alt="Greenkeeper badge"&gt;&lt;/a&gt; &lt;a href="https://travis-ci.com/dhavalwd/dhavalvyas" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/af067fb3c478ae21c2eaae55cc7d9b941cdc3a8f88ca10d3fdd21a1ff92525f0/68747470733a2f2f7472617669732d63692e636f6d2f64686176616c77642f64686176616c767961732e7376673f6272616e63683d6d6173746572" alt="Build Status"&gt;&lt;/a&gt; &lt;a href="https://www.codacy.com/project/dhavalwd/dhavalvyas/dashboard?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=dhavalwd/dhavalvyas&amp;amp;utm_campaign=Badge_Grade_Dashboard" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/9d0e67439ecdaca2642c0f114eeea8a92d8c736adf02d91c879afd9e35a84b40/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3933633464323137666266633435653362653539663433343638613730353266" alt="Codacy Badge"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Created by &lt;a href="https://dhavalvyas.me" rel="nofollow"&gt;Dhaval Vyas&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Static Markdown blogging using &lt;a href="https://vuejs.org/" rel="nofollow"&gt;VueJS&lt;/a&gt; + &lt;a href="https://nuxtjs.org/" rel="nofollow"&gt;Nuxt.js&lt;/a&gt; + &lt;a href="https://graphcms.com/" rel="nofollow"&gt;GraphCMS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Use this setup to create a simple blogging system for your personal website. I am using &lt;a href="https://www.netlify.com/" rel="nofollow"&gt;Netlify&lt;/a&gt; for hosting and automatic deployments.&lt;/p&gt;
&lt;p&gt;The goal of this repository is create my personal website where I can go and rant about Front end technologies.&lt;/p&gt;
&lt;h2&gt;
Supported Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Markdown blogging in GraphCMS&lt;/li&gt;
&lt;li&gt;Example configuration in &lt;code&gt;nuxt.config.js&lt;/code&gt; for loading common modules and route generation&lt;/li&gt;
&lt;li&gt;One layouts&lt;/li&gt;
&lt;li&gt;Integration of disqus&lt;/li&gt;
&lt;li&gt;SASS css&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Roadmap&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Site Map (SEO)&lt;/li&gt;
&lt;li&gt;Syntax highlighting of code&lt;/li&gt;
&lt;li&gt;Time to read posts&lt;/li&gt;
&lt;li&gt;Social Media Sharing&lt;/li&gt;
&lt;li&gt;Runnable Code snippets&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Installation&lt;/h2&gt;
&lt;div class="highlight highlight-source-shell js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; install dependencies&lt;/span&gt;
npm install
&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; serve locally with hot reload &lt;/span&gt;
npm run dev
&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; build /dist for production &lt;/span&gt;
npm run generate
&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;(refer to the offical &lt;a href="https://nuxtjs.org" rel="nofollow"&gt;Nuxt documentation&lt;/a&gt; for help)&lt;/p&gt;
&lt;h2&gt;
Forked&lt;/h2&gt;
&lt;p&gt;This repo originally copied form &lt;a href="https://github.com/andreliem/vuecms"&gt;vuecms&lt;/a&gt; and then I modified to integrate it with GraphCMS to handle Blog posts…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/dhavalwd/dhavalvyas"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  Little about me
&lt;/h2&gt;

&lt;p&gt;I am a Front End Developer and an amateur photographer. I am always up for learning something cool/new.&lt;/p&gt;

&lt;h2&gt;
  
  
  Little about my portfolio
&lt;/h2&gt;

&lt;p&gt;I have been thinking about redesigning my website for quite some time. But I just didn’t want to start creating another HTML, CSS, JS static website. My main aim was to create a new website and learn any new framework along the way. I started looking into Vue.js and it got me really excited honestly because of the easier learning curve than React personally for me. &lt;/p&gt;

&lt;p&gt;My portfolio is combination of  Nuxt.js and blog hosted on GraphCMS. It is being hosted on Netlify which I think is one of the best place to host your static sites right now. I have started working on this somewhere in February and still it is nowhere near to make it live but I did it anyway. I always felt that it’s not perfect and requires some change and all. But last Tuesday, I just decided to make it live.&lt;/p&gt;

&lt;p&gt;It’s a very small website. Please feel free to review it and give your feedback.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>career</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
